home *** CD-ROM | disk | FTP | other *** search
/ Mac Installer 3 / Mac Installer Volume 3 (1996).iso / mac / MM Director 5.0 / FileFlex Lite / FileFlex Xtras / -Database Designer / 00035_create button.ls < prev    next >
Encoding:
Text File  |  1996-10-15  |  259 b   |  17 lines

  1. on mouseUp
  2.   cursor(4)
  3.   case the frameLabel of
  4.     "create":
  5.       closeCreate()
  6.     "index":
  7.       closeIndex()
  8.       put EMPTY into field "indexExpr"
  9.     "search":
  10.     "browse":
  11.       closeBrowse()
  12.   end case
  13.   go("Create")
  14.   initCreate()
  15.   cursor(-1)
  16. end
  17.